Esx Settings Hosts Software Drafts Software Components UpdateSpec
The Esx Settings Hosts Software Drafts Software Components UpdateSpec schema contains properties that are specified to update list of components in the draft.
This schema was added in vSphere API 8.0.0.1.
{
"components_to_set": {
"components_to_set": "string"
},
"components_to_delete": [
"string"
]
}
List of components to be updated. If the component already exists in the draft, the version is updated, else it is added. If a component is provided without version, then its version will be chosen based on constraints in the system.
This property was added in vSphere API 8.0.0.1.
If missing or null
, no components will be added or updated.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.component
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.component
.
List of components to be removed.
This property was added in vSphere API 8.0.0.1.
If missing or null
, no components will be removed.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.component
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.component
.